home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_07_07
/
v7n7072a.txt
< prev
next >
Wrap
Text File
|
1989-05-27
|
130b
|
5 lines
@echo off
rem .bat command file to convert .c to .cpp files
for %%p in (%1 %2 %3 %4 %5 %6 %7 %8 %9) do call ctocpp1.bat %%p